home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / Managed / Direct3D / HLSLWithoutEffects / HLSLWithoutEffects.csproj < prev    next >
Encoding:
Text File  |  2004-09-27  |  6.5 KB  |  171 lines

  1. <VisualStudioProject>
  2.     <CSHARP
  3.         ProjectType = "Local"
  4.         ProductVersion = "7.10.3077"
  5.         SchemaVersion = "2.0"
  6.         ProjectGuid = "{F1F53E48-B803-47BC-9085-F0BB783B49A0}"
  7.     >
  8.         <Build>
  9.             <Settings
  10.                 ApplicationIcon = "..\..\Common\directx.ico"
  11.                 AssemblyKeyContainerName = ""
  12.                 AssemblyName = "HLSLWithoutEffects"
  13.                 AssemblyOriginatorKeyFile = ""
  14.                 DefaultClientScript = "JScript"
  15.                 DefaultHTMLPageLayout = "Grid"
  16.                 DefaultTargetSchema = "IE50"
  17.                 DelaySign = "false"
  18.                 OutputType = "WinExe"
  19.                 PreBuildEvent = ""
  20.                 PostBuildEvent = ""
  21.                 RootNamespace = "HLSLWithoutEffects"
  22.                 RunPostBuildEvent = "OnBuildSuccess"
  23.                 StartupObject = ""
  24.             >
  25.                 <Config
  26.                     Name = "Debug"
  27.                     AllowUnsafeBlocks = "true"
  28.                     BaseAddress = "285212672"
  29.                     CheckForOverflowUnderflow = "false"
  30.                     ConfigurationOverrideFile = ""
  31.                     DefineConstants = "DEBUG;TRACE"
  32.                     DocumentationFile = ""
  33.                     DebugSymbols = "true"
  34.                     FileAlignment = "4096"
  35.                     IncrementalBuild = "false"
  36.                     NoStdLib = "false"
  37.                     NoWarn = ""
  38.                     Optimize = "false"
  39.                     OutputPath = "bin\Debug\"
  40.                     RegisterForComInterop = "false"
  41.                     RemoveIntegerChecks = "false"
  42.                     TreatWarningsAsErrors = "false"
  43.                     WarningLevel = "4"
  44.                 />
  45.                 <Config
  46.                     Name = "Release"
  47.                     AllowUnsafeBlocks = "true"
  48.                     BaseAddress = "285212672"
  49.                     CheckForOverflowUnderflow = "false"
  50.                     ConfigurationOverrideFile = ""
  51.                     DefineConstants = "TRACE"
  52.                     DocumentationFile = ""
  53.                     DebugSymbols = "false"
  54.                     FileAlignment = "4096"
  55.                     IncrementalBuild = "false"
  56.                     NoStdLib = "false"
  57.                     NoWarn = ""
  58.                     Optimize = "true"
  59.                     OutputPath = "bin\Release\"
  60.                     RegisterForComInterop = "false"
  61.                     RemoveIntegerChecks = "false"
  62.                     TreatWarningsAsErrors = "false"
  63.                     WarningLevel = "4"
  64.                 />
  65.             </Settings>
  66.             <References>
  67.                 <Reference
  68.                     Name = "System"
  69.                     AssemblyName = "System"
  70.                 />
  71.                 <Reference
  72.                     Name = "System.Drawing"
  73.                     AssemblyName = "System.Drawing"
  74.                 />
  75.                 <Reference
  76.                     Name = "System.Windows.Forms"
  77.                     AssemblyName = "System.Windows.Forms"
  78.                 />
  79.                 <Reference
  80.                     Name = "Microsoft.DirectX"
  81.                     AssemblyName = "Microsoft.DirectX"
  82.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  83.                 />
  84.                 <Reference
  85.                     Name = "Microsoft.DirectX.Direct3D"
  86.                     AssemblyName = "Microsoft.DirectX.Direct3D"
  87.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  88.                 />
  89.                 <Reference
  90.                     Name = "Microsoft.DirectX.Direct3DX"
  91.                     AssemblyName = "Microsoft.DirectX.Direct3DX"
  92.                     AssemblyFolderKey = "hklm\current managed directx 9.2"
  93.                 />
  94.             </References>
  95.         </Build>
  96.         <Files>
  97.             <Include>
  98.                 <File
  99.                     RelPath = "HLSLwithoutEffects.cs"
  100.                     SubType = "Code"
  101.                     BuildAction = "Compile"
  102.                 />
  103.                 <File
  104.                     RelPath = "HLSLwithoutEffects.fx"
  105.                     BuildAction = "None"
  106.                 />
  107.                 <File
  108.                     RelPath = "Common\dxmut.cs"
  109.                     Link = "..\..\Common\dxmut.cs"
  110.                     SubType = "Code"
  111.                     BuildAction = "Compile"
  112.                 />
  113.                 <File
  114.                     RelPath = "Common\dxmutdata.cs"
  115.                     Link = "..\..\Common\dxmutdata.cs"
  116.                     SubType = "Code"
  117.                     BuildAction = "Compile"
  118.                 />
  119.                 <File
  120.                     RelPath = "Common\dxmutenum.cs"
  121.                     Link = "..\..\Common\dxmutenum.cs"
  122.                     SubType = "Code"
  123.                     BuildAction = "Compile"
  124.                 />
  125.                 <File
  126.                     RelPath = "Common\dxmutexception.cs"
  127.                     Link = "..\..\Common\dxmutexception.cs"
  128.                     SubType = "Code"
  129.                     BuildAction = "Compile"
  130.                 />
  131.                 <File
  132.                     RelPath = "Common\dxmutgui.cs"
  133.                     Link = "..\..\Common\dxmutgui.cs"
  134.                     SubType = "Code"
  135.                     BuildAction = "Compile"
  136.                 />
  137.                 <File
  138.                     RelPath = "Common\dxmutmesh.cs"
  139.                     Link = "..\..\Common\dxmutmesh.cs"
  140.                     SubType = "Code"
  141.                     BuildAction = "Compile"
  142.                 />
  143.                 <File
  144.                     RelPath = "Common\dxmutmisc.cs"
  145.                     Link = "..\..\Common\dxmutmisc.cs"
  146.                     SubType = "Code"
  147.                     BuildAction = "Compile"
  148.                 />
  149.                 <File
  150.                     RelPath = "Common\dxmutSettingsDlg.cs"
  151.                     Link = "..\..\Common\dxmutSettingsDlg.cs"
  152.                     SubType = "Code"
  153.                     BuildAction = "Compile"
  154.                 />
  155.                 <File
  156.                     RelPath = "Common\AssemblyInfo.cs"
  157.                     Link = "..\..\Common\AssemblyInfo.cs"
  158.                     SubType = "Code"
  159.                     BuildAction = "Compile"
  160.                 />
  161.                 <File
  162.                     RelPath = "Common\directx.ico"
  163.                     Link = "..\..\Common\directx.ico"
  164.                     BuildAction = "EmbeddedResource"
  165.                 />
  166.             </Include>
  167.         </Files>
  168.     </CSHARP>
  169. </VisualStudioProject>
  170.  
  171.